@CHARSET "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

@CHARSET "UTF-8";

/*å¤´éƒ¨æ ·å¼*/
.tong {
    width: 1200px;
    margin: 0 auto;
}


.top1 {
    height: 30px;
    background: url(//cdn.myxypt.com/1fe68820/21/12/18277812d60c246253146c731c076924212a9348.png) repeat center;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
}

.top1 a {
    color: #fff;
}

.top {
    height: 122px;
}

.logo {
    float: left;
    line-height: 122px;
    width: 394px;
}

.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 122px;
}

.logo img {
    max-width: 100%;
}

.k4 {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}

.k4 a {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.k2 {}

/*çƒ­é—¨æœç´¢*/
.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}



/* 导航样式 */
.x-menu {
    width: auto;
    float: right;
    margin-top: 20px;
}

.x-menu>li {
    float: left;
    position: relative;
    width:100px;
text-align: center;
}

.x-menu>li>a {
    display: block;
    
    font-size: 15px;
    color: #000000;
    line-height: 100px;
}

.x-menu>li>a:hover {
    background: url(//cdn.myxypt.com/1fe68820/21/12/02990ece582c5073916f15e17c39b4d002afa906.png) no-repeat center 68px;
    color: #000;
}

.x-menu>li.active>a {
    background: #fff;
    color: #000;
}


.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 102px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


/*ä¸»ä½“æ ·å¼*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.c1 {
    background: url(../images/bj2.png) no-repeat center 0;
    height: 236px;
    position: relative;
    margin-top: -15px;
}

.c1bb {
    text-align: center;
    padding-top: 54px;
}

.c1bb li {
    display: block;
    margin-right: 45px;
    float: left;
    width: 370px;
}

.c1bb li:nth-child(3) {
    margin-right: 0;
}

dt {
    font-weight: normal;
}

.c1bb li dt {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.c1bb li dd {
    color: #fff;
    line-height: 24px;
    margin-top: 22px;
    font-size: 13px;
}

.ing1 {
    position: relative;
    display: block;
    height: 49px;
    overflow: hidden;
}

.c1bb li:hover .ing1 img {
    transform: translateY(-50px);
    filter: drop-shadow(#e31700 0 50px);
}

.c1bb li:hover dd,
.c1bb li:hover dt {
    color: #e31700;
}





.c2 {
    background: url(../images/bj3.png) no-repeat center -3px #f6f6f6;
    height: 736px;
}

.c2 h2 {
    font-size: 20px;
    color: #2f2f2f;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding-top: 80px;
}

.c2bb {
    padding-top: 50px;
}

.c2bb li {
    display: block;
    float: left;
    margin: 2px
}

.c2bb li a {
    display: block;
    position: relative;
}

.c2bb li a h3 {
    width: 170px;
    height: 35px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    color: #fff;
    line-height: 35px;
    background: rgba(222, 26, 0, .8);
    font-size: 16px;
    font-weight: 500;
}

.c2bb li:first-child {
    margin-left: 0;
}

.c2bb li:last-child {
    margin-right: 0;
}






.c9 {}

.c9 h2 {
    font-size: 20px;
    color: #2f2f2f;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding-top: 60px;
    margin-bottom: 50px;
}

.c3 {
    width: 1920px;
    margin-left: -960px;
    top: 0;
    left: 50%;
    position: relative;
    background: #f5f5f5;
}

.zb,
.yb {
    width: 525px;
}

.tabs {
    margin-bottom: 26px;
}

.tabs li {
    display: block;
    float: left;
    width: 184px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
}

.tabs .tab-nav-action {
    background: #e31700;
    color: #fff;
}

.tabs .tab-nav {
    background: #d5d5d5;
    color: #000;
}

.c4 h2 {
    font-size: 20px;
    color: #2f2f2f;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
    margin-bottom: 80px;
}

.tabs a {
    float: right;
    color: #0e7143;
    line-height: 40px;
}

.tabs1 {
    margin-bottom: 26px;
}

.tabs1 li {
    display: block;
    float: left;
    width: 184px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
}

.tabs1 .tab-nav-action1 {
    background: #e31700;
    color: #fff;
}

.tabs1 .tab-nav1 {
    background: #d5d5d5;
    color: #000;
}

.tabs1 a {
    float: right;
    color: #0e7143;
    line-height: 40px;
}

.shu {
    margin-left: 72px;
}

.c5 {
    background: url(../images/bj4.png) no-repeat center 0;
    margin-top: 40px;
}

.c5 h2 {
    font-size: 20px;
    color: #2f2f2f;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding-top: 108px;
    margin-bottom: 60px;
}

.zb1 {
    width: 560px;
    height: 500px;
    background-color: #f3f3f3;
    padding-top: 30px;
    box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.22);
}

.bi {
    text-align: center;
}

.c99 {
    position: relative;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 31%;
    cursor: pointer;
}

.l_btn {
    left: -65px;
}

.r_btn {
    right: -65px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*é¦–é¡µæ–°é—»*/
.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}

/*é¦–é¡µå·¦ä¾§è”ç³»æˆ‘ä»¬*/
.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}

/*å·¥ç¨‹æ¡ˆä¾‹*/
.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}

/*äº§å“æŽ¨è*/
.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

/*å‹æƒ…é“¾æŽ¥*/
.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    /* display: none; */
}

/*é¡µé¢åº•éƒ¨*/
.foot {
    color: #fff;
    margin-top: 70px;
    background: #212121;
    font-size: 14px;
    border-top: 11px solid #e31700;
}

.ft2 {
    background: url(//cdn.myxypt.com/1fe68820/21/12/30819242457c482a43ed43222f01680d4b3b545a.png) repeat center;
    padding: 20px 0;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
}

.ft2 a {
    color: rgba(255, 255, 255, .9);
}

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#footer a {
    color: #fff;
    font-size: 14px;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.copyright {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.logo1 {
    width: 296px;
    text-align: center;
    background: url(//cdn.myxypt.com/1fe68820/21/12/3f25db6939e7e382c4b19301031c94f456835b98.png) no-repeat right top;
    padding-top: 40px;
    min-height: 230px;
}

#footer .nav1 li {
    background: url(//cdn.myxypt.com/1fe68820/21/12/3f25db6939e7e382c4b19301031c94f456835b98.png) no-repeat right top;
    padding-top: 45px;
    min-height: 230px;
}

.dtel {
    margin-top: 36px;
}

.er img {
    width: 90px;
    height: 90px;
}

.dao {
    width: 679px;
    overflow: hidden;
}

#footer .nav1 {
    color: #fff;
    text-align: center;
}

#footer .nav1 a {
    color: #fff;
}

#footer .nav1 li {
    display: block;
    width: 225px;
    text-align: center;
    float: left;
}

#footer .nav1 li a {
    font-size: 18px;
    line-height: 24px;
}

.er {
    padding-top: 40px;
}

#footer .nav1 .sb1 a {
    display: inline-block;
    width: 80px;
    text-align: left;
    margin: 0 10px;
}

#footer .nav1 .sb1 a,
.nav1 .sb2 a {
    line-height: 22px;
    font-size: 13px;
}

#footer .nav1 .sb1,
.nav1 .sb2 {
    margin-top: 20px;
    /* text-align: center; */
}

#footer .nav1 .sb2 a {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.n_banner {
    overflow: hidden;
    height: 250px;
}

.n_banner img {
    width: 100%;
    animation: banner 10s linear infinite;
    display: block;
    min-width: 700px;
}

@keyframes banner {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

/*------------å†…é¡µ-------------------*/
.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.left {
    width: 225px;
    float: left;
}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 940px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    color: #000;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

/*å¯¼èˆªæ æ ·å¼*/
#menu {
    margin-top: 49px;
}

.navx {
    height: 32px;
}

.navx li {
    line-height: 32px;
    height: 32px;
    text-align: center;
    width: 97px;
    float: left;
    position: relative;
    z-index: 999;
    padding-bottom: 6px;
}

.navx li a {
    display: block;
    line-height: 32px;
    color: #fff;
    height: 32px;
    color: #000;
    font-size: 15px;
}

.navx li a:hover {
    color: #000;
    text-decoration: none;
}

.nav li:hover {
    background: url(../images/xj.png) no-repeat center bottom;
}

.navx .sec {
    height: 0;
    background: #144123;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
}

.navx .sec a {
    background: #144123;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 110px;
}

.navx .sec a:hover {
    text-decoration: none;
    background: #fff;
    color: #363636;
}

/*é¦–é¡µbanner*/
.banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 686px;
    margin-left: -960px;
    left: 50%;
    top: 0;
    background: url(../images/bbbg.png) no-repeat center -72px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    bottom: 24px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    width: 54px;
    height: 10px;
    display: inline-block;
    margin-right: 4px;
    background: #c6c6c6;
    line-height: 10px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #de1a00;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 54px;
    height: 10px;
    line-height: 10px;
}

/*æœç´¢å’Œçƒ­é—¨æœç´¢*/
.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #3480ce;
    color: #fff;
    border: none;
    cursor: pointer;
}

/*æ»šåŠ¨*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.product_list1 li {
    float: left;
    margin-right: 15px;
    _display: inline;
}

.product_list1 li a.img {
    border: 1px solid #e0e1dc;
}

.product_list1 li a.img img {
    width: 225px;
    height: 180px;
}

.product_list1 li h3 {
    text-align: center;
    padding-top: 16px;
}

.product_list1 li h3 a {
    font-weight: normal;
    color: #353535;
    font-size: 14px;
}

.product_list1 li a.img {
    display: block;
}

.product_list1 li a.img:hover {
    border-color: #e87518;
}

.tu {
    width: 150px;
    height: 100px;
}

.tu img {
    width: 150px;
    height: 100px;
}



.news_list2 {}

.news_list2 li {
    position: relative;
    height: 120px;
    padding-left: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.news_list2 li h3 a {
    line-height: 27px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list2 li h3 a:hover {
    text-decoration: none;
    color: #e87518;
}

.news_list2 li span {
    display: block;
    line-height: 27px;
    color: #555555;
    font-weight: 500;
}

.news_list2 li h3 {
    width: 338px;
}

.news_list2 li div {
    line-height: 24px;
}

.news_list1 {
    margin-top: 20px;
}

.news_list1 li {
    line-height: 30px;
    position: relative;
    padding-left: 40px;
    background: url(//cdn.myxypt.com/1fe68820/21/12/0b841bdae83819ce062f2febc6fe75fac7a889bf.png) no-repeat 10px 50%;
}

.news_list1 li a {
    line-height: 30px;
    color: #555555;
    width: 382px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.news_list1 li a:hover {
    text-decoration: none;
    color: #e87518;
}

.news_list1 li span {
    color: #868585;
    z-index: 0;
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "arial";
    font-size: 13px;
}

.news_list1 li h3 {
    font-size: 14px;
}

.news_list1 li div {
    line-height: 24px;
}



.message1 {
    padding-top: 32px;
    z-index: 100;
    position: relative;
    margin: 0 auto;
    width: 424px;
}

.message1 input {
    vertical-align: middle;
}

.message1 #name {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    border: 1px solid #b7c1aa;
    width: 420px;
    color: #878787;
    font-size: 14px;
    padding-left: 20px;
}

.message1 #contact {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    border: 1px solid #b7c1aa;
    width: 420px;
    color: #878787;
    font-size: 14px;
    padding-left: 20px;
}

.message1 #email {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    border: 1px solid #b7c1aa;
    width: 420px;
    color: #878787;
    font-size: 14px;
    padding-left: 20px;
}

.message1 #address {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    border: 1px solid #b7c1aa;
    width: 200px;
    color: #878787;
    font-size: 14px;
    padding-left: 20px;
}

.message1 #content {
    display: block;
    width: 416px;
    height: 120px;
    font-size: 14px;
    border: 1px solid #b7c1aa;
    color: #878787;
    padding-left: 20px;
    padding-top: 10px;
    font-family: "微软雅黑";
}

.message1 .msgbtn1 {
    background: #e31700;
    cursor: pointer;
    width: 420px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    margin-top: 20px;
}

.message1 #code {
    padding-top: 10px;
    line-height: 26px;
}

.message1 #checkcode {
    height: 32px;
    line-height: 32px;
    width: 120px;
    border: 1px solid #b7c1aa;
}

#message_main1 tr {
    position: relative;
}

#message_main1 tr th {
    font-weight: normal;
    text-align: right;
    height: 46px;
    line-height: 46px;
    color: #878787;
    font-size: 14px;
}

.message1 .m_label {
    position: absolute;
    width: 400px;
    text-align: left;
    padding-left: 20px;
    color: #ccc;
    z-index: 1;
    cursor: text;
    height: 46px;
    line-height: 46px;
    color: #878787;
    font-size: 14px;
}

.message1 .c_label {
    line-height: 18px;
    padding-top: 12px;
}

.yb1 {
    width: 555px;
}

.yb1 .img img {
    display: block;
    width: 555px;
    height: 355px;
    margin-top: 18px;
}

.dimg {
    text-align: center;
    margin: 7px 0 32px;
}

.lx {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    display: -webkit-flex;
    align-items: center;
}

.dh {
    color: #de1a00;
    font-size: 45px;
    font-family: 'Arial';
    font-weight: bold;
    margin-left: 13px;
    line-height: 1;
}

.lx dd {
    color: #313131;
    font-size: 12px;
    line-height: 1;
}

.lx dt {
    color: #313131;
    font-size: 18px;
    letter-spacing: 1px;
}




/*热门搜索*/
.sou {
    margin: 25px 0;
}

#formsearch {
    float: right;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
    color: #666;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #de1a00;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}





/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

.dtel {
    text-align: center;
}








/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}